2005-06-08 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkiconview.c (gtk_icon_view_set_cursor): Scroll to the
+ item. (#306839, Jonathan Blandford)
+
* gtk/gtktreemodel.c (gtk_tree_path_new_from_string): Check for
negative before appending the index, to avoid double error
message. (#306393, Morten Welinder)
2005-06-08 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkiconview.c (gtk_icon_view_set_cursor): Scroll to the
+ item. (#306839, Jonathan Blandford)
+
* gtk/gtktreemodel.c (gtk_tree_path_new_from_string): Check for
negative before appending the index, to avoid double error
message. (#306393, Morten Welinder)
2005-06-08 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkiconview.c (gtk_icon_view_set_cursor): Scroll to the
+ item. (#306839, Jonathan Blandford)
+
* gtk/gtktreemodel.c (gtk_tree_path_new_from_string): Check for
negative before appending the index, to avoid double error
message. (#306393, Morten Welinder)
}
gtk_icon_view_set_cursor_item (icon_view, item, cell_pos);
+ gtk_icon_view_scroll_to_item (icon_view, item);
+
if (start_editing)
gtk_icon_view_start_editing (icon_view, item, info, NULL);
}